home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 25
/
AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso
/
scripts
/
ViewHTML
< prev
Wrap
AmigaDOS Script File
|
2000-05-08
|
3KB
|
120 lines
.key FILE/A,GUIDE/S,HTML/S,JPG/S,MPG/S,MP3/S
if not exists env:quickstarted
Echo "Die CD ist nicht eingerichtet!*nBitte zuerst Quickstart ausführen!"
wait 2
quit
endif
stack 500000
;lab check
;if not exists env:metaconfig
;echo "Starte Prefs..."
;EXEXUCTE APCD:Scripts/Prefs
;skip back check
;endif
if <HTML>
if not exists env:APCDHTML
set x1 `APCD:c/requestchoice "Amiga+ (C)" "Browser nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
if $x1 eq 1
execute APCD:scripts/html
;^^^^^^
;Don`t skip back from here!
cd "`list "$APCDHTML" LFORMAT=%F`" ;Changedir!
"$APCDHTML" "FILE:///<FILE>"
endif
if $x1 eq 2
CD APCD:A+Tools/Browser/IBrowse/
APCD:A+Tools/Browser/IBrowse/IBrowse "file:///<FILE>"
if fail
APCD:C/requestchoice "Amiga+ (C)" "Browser ließ sich nicht starten!" "Ende" >NIL:
quit
endif
;quit
endif
quit
endif
cd "`list "$APCDHTML" LFORMAT=%F`" ;Changedir!
"$APCDHTML" "file:///<file>"
;quit
endif
if <GUIDE>
APCD:A+Tools/Guide/Amigaguide "<FILE>"
;quit
endif
IF <JPG>
if not exists env:APCDJpg
set x1 `APCD:c/requestchoice "Amiga+ (C)" "JPG-Anzeiger nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
if $x1 eq 1
execute APCD:scripts/JPG
;^^^^^^
;Don`t skip back from here!
cd "`list "$APCDJpg" LFORMAT=%F`" ;Changedir!
"$APCDjpg" "<FILE>" >NIL:
endif
if $x1 eq 2
cd APCD:A+Tools/JPG
APCD:A+Tools/jpg/fjpeg "<FILE>" >NIL:
if fail
APCD:C/requestchoice "Amiga+ (C)" "Anzeiger ließ sich nicht starten!" "Ende" >NIL:
quit
endif
;quit
endif
quit
endif
cd "`list "$APCDjpg" LFORMAT=%F`" ;Changedir!
"$APCDJpg" "<file>" >NIL:
;quit
ENDIF
If <MPG>
if not exists env:APCDMpg
set x1 `APCD:c/requestchoice "Amiga+ (C)" "MPG-Anzeiger nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
if $x1 eq 1
execute APCD:scripts/MPG
;^^^^^^
;Don`t skip back from here!
cd "`list "$APCDMpg" LFORMAT=%F`" ;Changedir!
"$APCDMpg" $MPGARGS "<FILE>" >NIL:
endif
if $x1 eq 2
cd APCD:A+Tools/mpg/frogger
APCD:A+Tools/mpg/frogger "<FILE>" fullscreen >NIL:
if fail
APCD:C/requestchoice "Amiga+ (C)" "Anzeiger ließ sich nicht starten!" "Ende" >NIL:
quit
endif
;quit
endif
quit
endif
cd "`list "$APCDmpg" LFORMAT=%F`" ;Changedir!
$APCDmpg $MPGARGS "<file>" >NIL:
;quit
endif
If <MP3>
if not exists env:APCDMP3
set x1 `APCD:c/requestchoice "Amiga+ (C)" "MP3 Abspieler nicht gewählt. Jetzt wählen?" Ja Nein Abruch`
if $x1 eq 1
execute APCD:scripts/MP3
;^^^^^^
;Don`t skip back from here!
cd "`list "$APCDMP3" LFORMAT=%F`" ;Changedir!
"$APCDMP3" $MP3ARGS "<FILE>" >NIL:
endif
if $x1 eq 2
cd APCD:A+Tools/mp3/
APCD:A+Tools/mp3/MPEGA -F27000 -p5 -t30000 -w -b300 "<FILE>" >NIL:
if fail
APCD:C/requestchoice "Amiga+ (C)" "Abspieler ließ sich nicht starten!" "Ende" >NIL:
quit
endif
;quit
endif
quit
endif
cd "`list "$APCDMP3" LFORMAT=%F`" ;Changedir!
$APCDMP3 $MP3ARGS "<file>" >NIL:
;quit
endif